home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TOS Silver 2000
/
TOS Silver 2000.iso
/
programm
/
MM2_DEV
/
S
/
TEST
/
FILETEST.M
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-08-02
|
168 b
|
10 lines
MODULE FileTest;
IMPORT Files;
VAR f: Files.File;
BEGIN
Files.Create (f, "d:\new\s\comp\test\blabla.tmp",Files.writeOnly,Files.replaceOld);
END FileTest.